home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / man / UUlog < prev    next >
Text File  |  1989-10-14  |  3KB  |  85 lines

  1.  
  2. NAME
  3.      uucp, uulog, uuname - unix to unix copy
  4.  
  5. SYNTAX
  6.      uucp [option...] source-file...  destination-file
  7.  
  8.      uulog [option...]
  9.  
  10.      uuname [option...]
  11.  
  12. DESCRIPTION
  13.      The uucp command copies files named by the source-file argu-
  14.      ments to the destination-file argument.  A file name either
  15.      may be a path name on your machine or may have the form
  16.  
  17.           system-name!pathname
  18.  
  19.      where `system-name' is taken from a list of system names
  20.      which uucp knows about.  Shell metacharacters ?*[] appearing
  21.      in the pathname part will be expanded on the appropriate
  22.      system.
  23.  
  24.      Pathnames may be a full pathname, a pathname preceded by
  25.      ~user, where user is a userid on the specified system and is
  26.      replaced by that user's login directory, or anything else
  27.      prefixed by the current directory.
  28.  
  29.      If the result is an erroneous pathname for the remote sys-
  30.      tem, the copy will fail.  If the destination-file is a
  31.      directory, the last part of the source-file name is used.
  32.      If a simple ~user destination is inaccessible to uucp, data
  33.      is copied to a spool directory and the user is notified by
  34.      mail(1).
  35.  
  36.      The uucp command preserves execute permissions across the
  37.      transmission and gives 0666 read and write permissions.  For
  38.      further information, see chmod(2).
  39.  
  40. OPTIONS
  41.      The following options are interpreted by uucp.
  42.  
  43.      -d Creates all necessary directories for the file copy.
  44.  
  45.      -c Uses the source file when copying out rather than copying
  46.         the file to the spool directory.
  47.  
  48.      -m Sends you mail to the requester when the copy is com-
  49.         plete.
  50.  
  51.      -W Expands only local files. Normally files names are
  52.         prepended with the current working directory if a full
  53.         path is not specified.  The -W tells uucp to expand local
  54.         files only.
  55.  
  56.      The uulog command prints a summary of uucp and uux transac-
  57.      tions that were recorded in the file
  58.      UUCP:spool/LOGFILE.
  59.  
  60.      The options cause uulog to print logging information:
  61.  
  62.      -ssys
  63.         Displays information about work involving specified sys-
  64.         tem.
  65.  
  66.      -uuser
  67.         Displays information about work involving specified user.
  68.  
  69.      The uuname command lists the uucp names of known systems.
  70.  
  71. WARNINGS
  72.      The domain of remotely accessible files can (and for obvious
  73.      security reasons, usually should) be severely restricted.
  74.      You will very likely not be able to fetch files by pathname.
  75.      Ask a responsible person on the remote system to send them
  76.      to you.  For the same reasons, you will probably not be able
  77.      to send files to arbitrary pathnames.
  78.  
  79. RESTRICTIONS
  80.      All files received by uucp will be owned by uucp.
  81.      The -m option will only work sending files or receiving a
  82.      single file.  (Receiving multiple files specified by special
  83.      shell characters ?*[] will not activate the -m option.)
  84.  
  85.